home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / JTree$EmptySelectionModel.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  768 b   |  25 lines

  1. package javax.swing;
  2.  
  3. import javax.swing.tree.DefaultTreeSelectionModel;
  4. import javax.swing.tree.TreePath;
  5.  
  6. public class JTree$EmptySelectionModel extends DefaultTreeSelectionModel {
  7.    protected static final JTree$EmptySelectionModel sharedInstance = new JTree$EmptySelectionModel();
  8.  
  9.    protected JTree$EmptySelectionModel() {
  10.    }
  11.  
  12.    public void addSelectionPaths(TreePath[] var1) {
  13.    }
  14.  
  15.    public void removeSelectionPaths(TreePath[] var1) {
  16.    }
  17.  
  18.    public void setSelectionPaths(TreePath[] var1) {
  19.    }
  20.  
  21.    public static JTree$EmptySelectionModel sharedInstance() {
  22.       return sharedInstance;
  23.    }
  24. }
  25.